Jasmine tests – checks, probes and measurements

		
ReturnValue.prototype.processThis = function(inbound) {
	if (inbound >= 0.1) {
		return(0);
	}
	return(Math.pow(10, -1-Math.floor(Math.log10(inbound)))) ;
};
		
		

Basic checks for building

Probes – limited set of invalid valuse and numbers close to 0 and 1 wide range of invalid values

Measurements 30K rows, and an aggregate